Fix default value of scrolled window placement-set property
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 27 Jun 2013 02:07:00 +0000 (22:07 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 27 Jun 2013 02:07:00 +0000 (22:07 -0400)
To make the testsuite happy.

gtk/gtkscrolledwindow.c

index cbde723f0c4a8c4afe10e9a80ca7b0fbc8c20da4..94ad7bb4a1a92c392fb9f309aec593d32eaa2ca0 100644 (file)
@@ -411,7 +411,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
                                    g_param_spec_boolean ("window-placement-set",
                                                         P_("Window Placement Set"),
                                                         P_("Whether \"window-placement\" should be used to determine the location of the contents with respect to the scrollbars."),
-                                                        FALSE,
+                                                        TRUE,
                                                         GTK_PARAM_READABLE | GTK_PARAM_WRITABLE));
   g_object_class_install_property (gobject_class,
                                    PROP_SHADOW_TYPE,